home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet multimedia / Animacje, filmy i prezentacje / Edytory i konwertery filmow / Gordian Knot rippack 0.35.0 pack2 / GordianKnot.RipPack.0.35.0.Setup.2.exe / AvisynthPlugins / MultiDecimate.xml < prev    next >
Extensible Markup Language  |  2004-02-06  |  2KB  |  35 lines

  1. ∩╗┐<?xml version="1.0" encoding="utf-8"?>
  2. <!--AviSynth plugin description version 1.1-->
  3. <plugin name="MultiDecimate">
  4.   <description />
  5.   <filters>
  6.     <filter name="MultiDecimate" category="???" helpfile="multidecimate" type="clip">
  7.       <description>Removes N out of every M frames, taking the frames most similar to their predecessors. </description>
  8.       <colorspaces>
  9.         <colorspace>yuy2</colorspace>
  10.       </colorspaces>
  11.       <parameters>
  12.         <parameter name="clip" type="clip" default="" max="0" min="0" step="0" optional="False" paramList="False">
  13.           <description />
  14.           <items />
  15.         </parameter>
  16.         <parameter name="pass" type="int" default="1" max="2" min="1" step="0" optional="True" paramList="False">
  17.           <description>This parameter defines the processing pass as described above. </description>
  18.           <items />
  19.         </parameter>
  20.         <parameter name="quality" type="int" default="2" max="3" min="0" step="0" optional="True" paramList="False">
  21.           <description>This option allows the user to trade off quality of difference detection against speed. quality=0 is fastest, quality=3 slowest.</description>
  22.           <items />
  23.         </parameter>
  24.         <parameter name="show" type="bool" default="false" max="0" min="0" step="0" optional="True" paramList="False">
  25.           <description>) enables information to be displayed on the frame. Also displays the software version. </description>
  26.           <items />
  27.         </parameter>
  28.         <parameter name="debug" type="bool" default="false" max="0" min="0" step="0" optional="True" paramList="False">
  29.           <description>enables information to be printed via OutputDebugString(). A utility called DebugView is available for catching these strings. The information displayed is the same as shown by the show option above.</description>
  30.           <items />
  31.         </parameter>
  32.       </parameters>
  33.     </filter>
  34.   </filters>
  35. </plugin>